-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IPv6 support for network attachements #687
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hjensas The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ba67db6b24a04cdbb8d03bbd3eff15f6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 27m 34s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/93c90957973b4c8aae9b999b90b53771 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 26m 12s |
It looks like wherabouts is quite dated, and does not contain the
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/68bcf6f35ff740dc80ce39567717da16 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 18m 03s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/041f650764044b5ea362ca706d4d2819 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 20m 54s |
When NETWORK_ISOLATION_IPV6 (default: false) is true, configure the NAD for IPv6. Likewize NETWORK_ISOLATION_IPV4 (default: true) controls if IPv4 is configured. Enabling both IPv6 and IPv4 should work for dual stack. Signed-off-by: Harald Jensås <[email protected]>
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/7c0aa41349e1407887b3c1f6415a2ffd ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 21m 35s |
When NETWORK_ISOLATION_IPV6 (default: false) is true, configure the NAD for IPv6.
Likewize NETWORK_ISOLATION_IPV4 (default: true) controls if IPv4 is configured.
Enabling both IPv6 and IPv4 should work for dual stack.